home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
c
/
string
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-06-08
|
1KB
|
43 lines
#
# Prototype makefile for libraries with multiple source directories
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from /sprite/lib/mkmf/Makefile.biglib
# Mon Jun 8 14:35:33 PDT 1992
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.16 91/04/11 12:55:34 kupfer Exp $ SPRITE (Berkeley)
#
# Allow mkmf
ALLSRCS = index.c memchr.c memcmp.c memcpy.c memmove.c memset.c rindex.c strcasecmp.c strcat.c strchr.c strcmp.c strcpy.c strcspn.c strdup.c strerror.c stringArray.c strlen.c strncat.c strncmp.c strncpy.c strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c
LINTSRCS =
MACHINES = ds3100 sun3 sun4 symm
MAKEFILE = Makefile
MANPAGES = mem.man string.man stringArray.man strtok.man
NAME = c
PUBHDRS =
SUBDIR = string
#include <settm.mk>
TYPE = sprite
DISTDIR ?= /dist/sprite/src/lib/c/string
SYSMAKEFILE = biglib.mk
#if exists($(TM).md/md.mk)
#include "$(TM).md/md.mk"
#endif
#if exists(local.mk)
#include "local.mk"
#else
#include <$(SYSMAKEFILE)>
#endif
#if exists($(DEPFILE))
#include "$(DEPFILE)"
#endif